home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4454 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  785 b 

  1. Path: news.uni-jena.de!news
  2. From: mkt@isun04.inf.uni-jena.de (Tilo Koerbs)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Templates and Recursive Structures
  5. Date: 30 Jan 1996 13:16:12 GMT
  6. Organization: Lehrstuhl fuer Rechnerarchitektur- und kommunikation, FSU Jena
  7. Message-ID: <4el5ms$357@fsuj01.rz.uni-jena.de>
  8. References: <4eic8t$20g@news.Austria.EU.net>
  9. Reply-To: mkt@isun04.inf.uni-jena.de
  10. NNTP-Posting-Host: isun15.inf.uni-jena.de
  11.  
  12. May be a solution: Separate the class declaration and
  13.     the implementation of the member functions!
  14.     All class declaration before all member function
  15.     definitions.
  16. But I think your problem goes deeper.
  17. There is really sometimes no solution for such problems.
  18. One thing that nearly always works is: use only pointers!
  19. So no size of the objects is needed!
  20.  
  21.  
  22.  
  23.